'Declaration Public Overloads Overrides Function GetImage( _
ByVal decodingSettingsThe decoding settings that should be used for decoding of page image.As Vintasoft.Imaging.Codecs.Decoders.DecodingSettings, _
ByVal progressDelegateProgress delegate.As System.EventHandler(Of ProgressEventArgs) _
) As Vintasoft.Imaging.VintasoftImage
public override Vintasoft.Imaging.VintasoftImage GetImage(
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings decodingSettings,
System.EventHandler<ProgressEventArgs> progressDelegate
)
Parameters
- decodingSettings
- The decoding settings that should be used for decoding of page image.
- progressDelegate
- Progress delegate.
Return Value
The image associated with this WebpPage object if image was loaded successfully; null if image loading was canceled.